home *** CD-ROM | disk | FTP | other *** search
- property x
-
- on enterFrame me
- if the locH of sprite the spriteNum of me > -20 then
- set the locH of sprite the spriteNum of me to the locH of sprite the spriteNum of me - x
- else
- set the locH of sprite the spriteNum of me to 320
- end if
- end
-
- on getPropertyDescriptionList
- set p_list to [#x: [#default: 0, #format: #integer, #comment: "Scroll displacement"]]
- return p_list
- end
-